home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / edos.arc / EDOS.DOC next >
Text File  |  1990-04-28  |  14KB  |  304 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.                     >>>>>>> THE ESSENTIAL DOS MANUAL. <<<<<<<
  24.  
  25.  
  26.  
  27.          The very basic information you need to run an MS-DOS computer.
  28.  
  29.  
  30.  
  31.  
  32.                             Written by: David Postler
  33.  
  34.  
  35.  
  36.  
  37.                                  Copyright 1990
  38.  
  39.  
  40.  
  41.         Table of Contents.
  42.  
  43.         Introduction . . . . . . . . . . . . . . . . . . . . .  1
  44.  
  45.         What is DOS . . . . . . . . . . . . . . . . . . . . . . 1
  46.  
  47.         Your Hard and Floppy Disks . . . . . . . . . . . . . .  1
  48.  
  49.         File Names. . . . . . . . . . . . . . . . . . . . . . . 1
  50.  
  51.         Subdirectories. . . . . . . . . . . . . . . . . . . . . 1
  52.  
  53.         Paths . . . . . . . . . . . . . . . . . . . . . . . . . 2
  54.  
  55.         Essential DOS files . . . . . . . . . . . . . . . . . . 2
  56.  
  57.         Basic DOS Commands. . . . . . . . . . . . . . . . . . . 2
  58.  
  59.         Learning More . . . . . . . . . . . . . . . . . . . . . 4
  60.         Essential DOS.  By David Postler. April 3, 1990
  61.  
  62.  
  63.  
  64.              -----Introduction.-----
  65.  
  66.         For  all you people who say; "I don't have time to learn  how  to
  67.         use a computer."  This is the manual for you.  It will teach  you
  68.         basics  of how to use a DOS computer.  This will allow you to  do
  69.         basic  DOS operations and give a very basic explanation  of  what
  70.         the  computer is and how DOS works.  At the end I  have  included
  71.         some  information  to  allow  you  to  go  further  if  you   are
  72.         interested.
  73.  
  74.              -----What Is DOS.-----
  75.  
  76.         DOS stands for Disk Operating System and is the basic program  in
  77.         your computer.  When a computer is first turned on it is  nothing
  78.         but  an  expensive paperweight.  DOS tells the  computer  how  to
  79.         respond to the keyboard, display characters on the monitor, print
  80.         characters  using the printer, and how to get the files from  the
  81.         hard and floppy disks.  It is assisted by the ROM memory in  your
  82.         computer.  In other words DOS handles all the "grunt" work in the
  83.         computer.
  84.  
  85.              -----Your Hard  and Floppy Disks.-----
  86.  
  87.         The  hard disk is very large electronic file cabinet that  stores
  88.         programs and data for your computer.  Think of the hard disk as a
  89.         filing  cabinet and you will not be far off.  The advantage of  a
  90.         hard  disk over floppy disk is speed and convenience.   The  hard
  91.         disk  will  retrieve the information faster and  with  less  disk
  92.         shuffling.    Floppy  disks  also  store  information  with   the
  93.         difference being that they are can be removed from the  computer.
  94.         They  are  also  the primary method  for  transferring  data  and
  95.         programs from one computer to another.  A drive is specified by a
  96.         letter  followed by a colon ie C: is usually your hard  drive  if
  97.         you have one floppy drive it is usually called A: and if you have
  98.         a second floppy drive it is called B: you may use either upper or
  99.         lower case letters to specify a drive.
  100.  
  101.              -----File Names.-----
  102.  
  103.         A  file  name consists of three parts and is used  to  specify  a
  104.         unique  file  name.  The first part of the name is  a  Drive  and
  105.         directory  specification usually called a "path" this  tells  the
  106.         computer  where  to look for the file and may be omitted  if  the
  107.         computer  is already located in the proper directory.   The  next
  108.         part  of  the  file  is the file name this can  be  up  to  eight
  109.         characters  long and may not include spaces or some of the  other
  110.         punctuation  characters.  The best bet is to stick  with  letters
  111.         and numbers unless you are sure.  Next comes a period followed by
  112.         the extension, the extension tells the computer what type of file
  113.         the name specifies.  Extensions use the same rules for characters
  114.         as  file  names.  Some common extensions are "COM" or  "EXE"  for
  115.         program  files and "BAT" for group command files, "TXT" or  "DOC"
  116.         for word processing and "WK1" for spreadsheet data.
  117.  
  118.  
  119.  
  120.                                         1
  121.         Essential DOS.  By David Postler. April 3, 1990
  122.  
  123.  
  124.              -----Subdirectories.-----
  125.  
  126.         A  hard disk can store a large amount of information, to make  it
  127.         easier  to find this information you can create  a  subdirectory.
  128.         This  is  just  like making a new file folder up  for  your  file
  129.         cabinet.   you may also make up many levels of subdirectories  to
  130.         keep  track  of  you files ie \WORK\LETTERS  means  to  take  the
  131.         subdirectory  WORK and find another subdirectory LETTERS  in  the
  132.         WORK subdirectory.  The \ character separates the a  subdirectory
  133.         names.  Don't worry it is easier than it sounds.
  134.  
  135.              -----Paths.-----
  136.  
  137.         The  path  command tells the computer where to look on  the  hard
  138.         disk for a program.  It is the computer equivalent of saying  "If
  139.         you  don't find the file on the desk look in the  file  cabinet."
  140.         It is almost that easy to use the command.  It must be run before
  141.         starting  programs  that are not in the directory and  should  be
  142.         part of your AUTOEXEC.BAT file.  It run by entering the word path
  143.         followed  by  the  directory you want to  look  in  separated  by
  144.         semicolons.  Here is an example path command:
  145.              PATH=C:\;C:\MSDOS;
  146.         This command tells the computer to look in the root directory and
  147.         the  directory called MS-DOS for a program if it cannot be  found
  148.         in  the  current  directory.  To see the  current  path  for  the
  149.         compute must type PATH at the DOS prompt and press Enter.
  150.  
  151.  
  152.              -----Essential DOS Files.-----
  153.  
  154.         There  are  five essential files used for DOS the first  two  are
  155.         invisible  to you and are called IO.COM and DOS.COM  these  files
  156.         have  the basic information for DOS and are loaded once when  you
  157.         turn on the computer.  They are called system files and are  made
  158.         invisible on standard directory displays.  The rest of the  files
  159.         are all visible on directory listings.  They are normally kept in
  160.         the root directory and should not be moved or changed unless  you
  161.         know  what you are doing.  The first file is  called  COMMAND.COM
  162.         this  is  the file that takes what you type at the  keyboard  and
  163.         processes your request either by itself or calling other programs
  164.         as  needed.   The next file is called the CONFIG.SYS  file,  this
  165.         file handles can configure you computer to accept special  device
  166.         drivers  for  special functions and allow you to work  with  more
  167.         files at one time than standard DOS.  The last file essential  to
  168.         DOS  is  the  AUTOEXEC.BAT file.  this file  executes  a  special
  169.         series of commands when you turn on the computer.  These commands
  170.         typically  set  your path, set the time and date if  needed,  and
  171.         start  you most used application or a menu system to select  your
  172.         application.   This file while it should be treated with  respect
  173.         may  be modified if your needs change without too  much  trouble.
  174.         Of course there are many other files on your hard disk but  these
  175.         five are the only ones that are essential to run DOS.
  176.  
  177.  
  178.  
  179.  
  180.  
  181.                                         2
  182.         Essential DOS.  By David Postler. April 3, 1990
  183.  
  184.  
  185.              -----Basic DOS Commands.-----
  186.  
  187.         While  a  fully  equipped  computer can  have  over  one  hundred
  188.         programs  you will only need to know about seven programs to  use
  189.         the computer well.  All of these commands use the same format:
  190.         command <filename> options
  191.         The press the Enter key to execute the command.  The options  may
  192.         be typed in UPPER or lower case or MixED case.  The computer will
  193.         understand.   Be  aware that some other programs may  not  be  so
  194.         tolerant  if you have trouble consult the instructions  for  that
  195.         program.   A  file  name consists of and  optional  drive  letter
  196.         followed  by a colon, a path name surrounded by \ characters  and
  197.         name  and extension of the file.  In addition a file name can  be
  198.         used to specify a group of files by using "wildcards" in the file
  199.         name.   The first wildcard is the * this means anything ie  *.exe
  200.         means  all file with an extension of exe, t*.txt means  any  text
  201.         files that start with a t, you may only use one * on each side of
  202.         the  .  *.* means all files.  The second wildcard is the  ?  this
  203.         means any character ie exp??.txt means and file starting with exp
  204.         have two characters and an extension of txt.
  205.  
  206.         The first command is the DIR command, this command shows you  the
  207.         and  subdirectories  in  the current  subdirectory  to  use  this
  208.         command  just type DIR press the Enter key and the computer  will
  209.         show  you  the file names and some other  information  about  the
  210.         files.   If you have more than 20 files in a directory  you  will
  211.         find that the information will go off the screen faster than  you
  212.         can  read  it  you have three options.  Add a  "/W"  to  the  dir
  213.         command  like  this  DIR /W.  This will display the  files  in  a
  214.         condensed format 4 across on the screen.  You can also add a "/P"
  215.         command  to  the which will cause the directory to  display  file
  216.         information one screen at a time and will ask you to press a  key
  217.         before displaying the next screen.  You may also use a file  name
  218.         with  wildcards  to  display  any  files  matching  a  particular
  219.         pattern.   You  may  use all any or options  together  with  this
  220.         command.
  221.  
  222.         The  COPY  command  is the next essential  command  this  command
  223.         allows you to make a copy of a file or group of files just as you
  224.         would  copy  a piece of paper on a copy machine.  To  copy  using
  225.         this  command type COPY FILE1.TXT FILE2.TXT and press  the  Enter
  226.         key.   This will copy FIlE1.TXT to another file named  FILE2.TXT.
  227.         You  may  also  copy  files from  one  directory  to  another  by
  228.         specifying directory COPY \OLDDIR \NEWDIR will copy all the files
  229.         from  the  \OLDDIR directory to the \NEWDIR directory.   You  may
  230.         also copy from one disk to another by using COPY A:FILE3.EXE C:
  231.         the will copy a file from the floppy disk to the hard disk.   You
  232.         also may use wildcards and path names to specify a group of files
  233.         with  this  option  making  it easy to  transfer  data  from  one
  234.         computer to another using a floppy disk.
  235.  
  236.         DEL  is the next command to learn this command erases files  from
  237.         the  disk.  It can be used with either single files or groups  of
  238.         files.  To delete a file type DEL FILE1.TXT, and the file will be
  239.         deleted  from the disk.  To delete a group of files type  a  name
  240.  
  241.  
  242.                                         3
  243.         Essential DOS.  By David Postler. April 3, 1990
  244.  
  245.  
  246.         with wildcards.  For example DEL *.BAK deletes all files with  an
  247.         extension of BAK from the drive.
  248.  
  249.         TYPE  allows you to display the contents of a file.  To use  this
  250.         command enter TYPE FILE1.TXT.  You cannot use wildcards with this
  251.         command.  If you wand to hold the file press the Pause key.  This
  252.         will  vary  on  different keyboards so consult  your  manual  for
  253.         details.   To quit in the middle of a file press the  Break  key.
  254.         This  command will only let you see a file, it will to allow  you
  255.         to change it.
  256.  
  257.         The  last three commands are used with subdirectories  and  allow
  258.         you  to  handle them as needed.  All the commands  use  a  common
  259.         format.   MD  path name allows you to make  a  subdirectory,  you
  260.         specify  a  path  name like MD \SALES\WEST  to  create  a  second
  261.         subdirectory called WEST in the SALES subdirectory.  You may have
  262.         many  levels of subdirectories.  To change from one  subdirectory
  263.         to another use the CD command with the path name CD \  moves  you
  264.         to  the  root directory.  CD \SALES\WEST will move you  the  west
  265.         subdirectory of the sales subdirectory.  If you want to remove  a
  266.         subdirectory use the RD command AFTER you delete all the files in
  267.         the   subdirectory.   RD  \SALES\WEST  would  remove   the   WEST
  268.         subdirectory  provided  all the files have been  deleted  in  the
  269.         subdirectory.   If you want to see what subdirectory you  are  in
  270.         type CD without a path name to find out what subdirectory you are
  271.         in.
  272.  
  273.              -----Learning More.-----
  274.  
  275.              There are quite a few books out to help you learn more about
  276.         DOS.   Start with your computer reference manuals, many  versions
  277.         of  DOS have slight differences and these books are the  ultimate
  278.         authority for your computer.  Not be overlooked is the fact  that
  279.         they  are  included with the computer so you do not have  to  buy
  280.         anything.   If you want to buy a book on DOS the one I  recommend
  281.         is  "Running MS-DOS" by Van Wolverton.  The QUE reference  series
  282.         of  books  are  also very helpful and compact they  make  a  good
  283.         addition to regular manuals if you travel.  Don't forget computer
  284.         magazines.   You can find a gold mine of information in  some  of
  285.         these magazines I recommend PC Resource to start.  This  magazine
  286.         manages  to  provide helpful and  understandable  information  to
  287.         beginners as well as useful information for an experienced  user.
  288.         There are also some programs out there to train you on how to use
  289.         a computer.  You might want to try them.
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.                                         4
  304.